home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / ContourPlot / Source / ContourPlot.nib / data.classes next >
Text File  |  1993-01-26  |  824b  |  61 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. ContourView = {
  7.     ACTIONS = {
  8.     copy:;
  9.     clear:;
  10.     copyPScode:;
  11.     };
  12.     OUTLETS = {
  13.     };
  14.     SUPERCLASS = View;
  15. };
  16. ContourPlotApp = {
  17.     ACTIONS = {
  18.     open:;
  19.     flipYAction:;
  20.     setTickMark:;
  21.     openSample:;
  22.     colorWellsAction:;
  23.     setLineWidth:;
  24.     setAxis:;
  25.     clearAction:;
  26.     appDidInit:;
  27.     setGridMesh:;
  28.     useColorAction:;
  29.     viewSampleFile:;
  30.     setNInterpolation:;
  31.     setGridSpacing:;
  32.     drawAction:;
  33.     setNcontourLevels:;
  34.     };
  35.     OUTLETS = {
  36.     nxField;
  37.     ymaxField;
  38.     nlevelField;
  39.     darkCWell;
  40.     openPanel;
  41.     axisSwitch;
  42.     commentText;
  43.     nxInterpField;
  44.     xminField;
  45.     nyInterpField;
  46.     yminField;
  47.     contourView;
  48.     gridSwitch;
  49.     tickSwitch;
  50.     bgCWell;
  51.     versionField;
  52.     nyField;
  53.     lineCWell;
  54.     xmaxField;
  55.     ygStepField;
  56.     brightCWell;
  57.     xgStepField;
  58.     };
  59.     SUPERCLASS = Application;
  60. };
  61.